Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / PointToClient Method
The screen coordinate System.Drawing.Point to convert.

In This Topic
    PointToClient Method (InputTextBoxElementBase<T>)
    In This Topic
    Computes the location of the specified screen point into client coordinates.
    Syntax
    'Declaration
     
    
    Public Function PointToClient( _
       ByVal p As Point _
    ) As Point
    public Point PointToClient( 
       Point p
    )

    Parameters

    p
    The screen coordinate System.Drawing.Point to convert.

    Return Value

    A System.Drawing.Point that represents the converted System.Drawing.Point in client coordinates.
    See Also